home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 19
/
AMIGAplus Sonderheft 19 (1999)(ICP)(DE)[!].iso
/
Demoversionen
/
Anwendungen
/
Net_Connect
/
NC_2.1
/
CManager
/
Rexx
/
SendIB.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-03-08
|
413b
|
25 lines
/*
* $VER: SendIB.rexx 1.0 (5.8.98)
*/
parse arg '"'args'" "'BROWSER'"'
options results
if show('P','IBROWSE') then do
address 'IBROWSE'
SHOW
GOTOURL args
Exit
end
ADDRESS COMMAND 'Run ' BROWSER
ADDRESS COMMAND "SYS:RexxC/WaitForPort" 'IBROWSE'
if show('P','IBROWSE') then do
address 'IBROWSE'
SHOW
GOTOURL args
Exit
end